﻿a, a:link, a:hover, a:active, a:visited {
    text-decoration: none;
    color: #3781b7;
}

body {
    background: #e4e4e4;
}

#header {
    background-color: #fff;
}

    #header #nav {
        border-bottom: 2px solid #3781b7;
    }

#main {
    margin-top: 5px;
}

#footer {
    height: 79px;
}

    #footer .content-wrapper {
        background-color: #e4e4e4;
        padding: 28px;
        color: #999;
        font-size: 12px;
        line-height: 21px;
    }

#logoutForm {
    display: inline;
}

.site-title {
    margin-top: 24px;
    margin-left: 8px;
    position: relative;
}

.logininfo {
    margin-top: 10px;
}

.loginbtn {
    color: #f63c0a !important;
}

.logoutbtn,
.regbtn {
    color: #333 !important;
}

.regbtn {
    margin-left: 15px;
}

.topshppingbtn {
    padding-left: 14px;
    background: url('../images/icon_ShoppingCart.png') no-repeat left center;
    color: #333 !important;
    margin-left: 30px;
}

    .topshppingbtn span {
        font-weight: bold;
        margin-left: 1px;
        color: #f63c0a !important;
    }

.toptjbbtn {
    padding-left: 16px;
    background: url('../images/icon_tiaojibao.png') no-repeat left center;
    color: #333 !important;
    margin-left: 10px;
}

    .toptjbbtn span {
        font-weight: bold;
        margin-left: 1px;
        color: #f63c0a !important;
    }

    .loginbtn:hover,
    .logoutbtn:hover,
    .regbtn:hover,
    .topshppingbtn:hover,
    .toptjbbtn:hover {
        color: #f63c0a !important;
    }

.topsearch {
    margin-top: 15px;
    text-align: right;
}

    .topsearch input {
        width: 230px;
        border: 1px solid #a9a9a9;
        height: 26px;
        line-height: 24px;
        padding: 0 8px;
        vertical-align: bottom;
    }

    .topsearch button {
        width: 45px;
        color: #fff;
        height: 26px;
        line-height: 26px;
        border: none;
        background-color: #9f9f9f;
        vertical-align: bottom;
    }

.content-wrapper {
    background-color: #fff;
    width: 960px;
    margin: 0 auto;
}

    .content-wrapper:before, .content-wrapper:after {
        display: table;
        content: ' ';
    }

    .content-wrapper:after {
        clear: both;
    }

#menu {
    list-style: none;
    padding: 0;
    margin: 17px 0 1px 0;
}

    #menu li {
        float: left;
    }

        #menu li a {
            display: block;
            text-align: center;
            height: 35px;
            line-height: 35px;
            padding: 0 18px;
            font-weight: bold;
            color: #333;
        }

            #menu li a:hover {
                background-color: #3781b7;
                color: #fff;
                opacity: 0.5;
                border-radius: 3px;
            }

        #menu li.active a {
            background-color: #3781b7;
            color: #fff;
        }

        #menu li.spreat {
            height: 15px;
            width: 1px;
            margin-top: 10px;
            background-color: #c3c3c3;
            margin-left: 15px;
            margin-right: 15px;
        }

.g-tit {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    height: 30px;
    border-bottom: 1px solid #3781b7;
    border-left: 6px solid #3781b7;
    padding-left: 12px;
    line-height: 30px;
}

.brand-item {
    float: left;
    margin-right: 34px;
    margin-bottom: 30px;
    width: 180px;
    text-align: center;
}

    .brand-item .imgbox {
        /*border: 1px solid #ccc;*/
        padding: 5px 0;
        overflow: hidden;
    }

    .brand-item img {
        height: 64px;
        text-align: center;
    }

    .brand-item p {
        text-align: center;
        line-height: 20px;
        margin-top: 5px;
    }

.section {
    margin-top: 30px;
}

.section-header {
    height: 35px;
    line-height: 35px;
    background-color: #e3e3e3;
}

    .section-header h3 {
        color: #000;
        font-size: 16px;
        margin: 0 0 0 22px;
        padding: 0;
        line-height: 35px;
        float: left;
    }

.section-body:before, .section-body:after {
    display: table;
    content: ' ';
}

.section-body:after {
    clear: both;
}

.btn-smartChoose {
    background: url(../images/btn_.png) no-repeat;
    padding-left: 65px;
    height: 40px;
    line-height: 40px;
    width: 188px;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    text-align: left;
}

.g-tit.smartChoose {
    border-left: none;
    padding-left: 40px;
    background: url(../images/title_smartChoose.png) no-repeat left center;
}

.btn-emptySmartChoose {
    border: none;
    background: url(../images/btn_empty.png) no-repeat left center;
    width: 150px;
    height: 40px;
    text-indent: -9999px;
}

.btn-submitSmartChoose {
    border: none;
    background: url(../images/btn_StartSmartChoose.png) no-repeat left center;
    width: 188px;
    height: 40px;
    text-indent: -9999px;
    float: right;
}

.smartChooseTable {
    border: 1px solid #999;
    width: 720px;
}

    .smartChooseTable td {
        border-bottom: 1px dashed #999;
        padding: 8px 12px;
    }

        .smartChooseTable td label {
            font-weight: normal;
            margin-right: 15px;
        }

            .smartChooseTable td label input {
                margin-right: 3px;
            }

.panel-cus {
    border: 1px solid #bbbbbb;
}

    .panel-cus a:link,
    .panel-cus a:active,
    .panel-cus a:visited {
        color: #333 !important;
    }

    .panel-cus a:hover {
        color: #3781b7 !important;
        text-decoration: underline;
    }

    .panel-cus .list-group-item {
        padding: 0;
    }

        .panel-cus .list-group-item > a {
            padding: 8px 10px;
            overflow: hidden;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            width: 186px;
            display: block;
        }

            .panel-cus .list-group-item > a:hover {
                background-color: #f2f2f2;
            }

        .panel-cus .list-group-item a.slt {
            background-color: #e2e7ed;
        }
            .panel-cus .list-group-item a.slt i.fa {
                transform:rotate(90deg);
            }

            .sublist-group {
                margin: 0;
                list-style: none;
                padding: 0;
            }

    .sublist-group li {
        border-top: 1px solid #ddd;
    }

        .sublist-group li > a {
            padding: 8px 10px 8px 25px;
            overflow: hidden;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            width: 186px;
            display: block;
        }

            .sublist-group li > a:hover {
                background-color: #f2f2f2;
            }

ul.cate-brands {
    margin: 15px 0 35px 0;
    list-style: none;
    padding: 10px;
}

    ul.cate-brands li {
        padding-bottom: 5px;
    }

        ul.cate-brands li a:link, ul.cate-brands li a:active, ul.cate-brands li a:visited {
            color: #333 !important;
        }

        ul.cate-brands li a:hover {
            color: #3781b7 !important;
            text-decoration: underline;
        }

.productTable {
    width: 100%;
}

    .productTable th {
        background-color: #5599da;
        color: #fff;
        font-weight: normal;
        font-size: 16px;
        padding: 20px;
        border: 1px solid #ddd;
    }

    .productTable td {
        border: 1px solid #ddd;
        padding: 12px;
        color: #555;
    }

    .productTable tr.row-alt td {
        background-color: #efefef;
    }

    .productTable a:hover {
        text-decoration: underline;
    }

.train-info-panel {
    padding-left: 15px;
    margin-bottom: 30px;
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.picture-panel {
    float: left;
    width: 300px;
    margin-right: 15px;
}

.current-picture {
    width: 292px;
    height: 292px;
}

.picture-item-list {
    margin-top: 8px;
}

    .picture-item-list img {
        height: 45px;
        width: 45px;
        margin-right: 10px;
        border: 1px solid #d5d5d5;
        cursor: pointer;
    }

        .picture-item-list img.on {
            border: 1px solid #c72b1a;
            cursor: default;
        }

.buy-action-container {
    border-top: 1px solid #eee;
    margin-left: -15px;
    padding-top: 10px;
}

.g-tit .tabitem {
    border: none;
    font-size: 16px;
    color: #999;
    font-weight: normal;
    background-color: #fff;
    line-height: 1;
    outline: none;
}

    .g-tit .tabitem:hover {
        color: #666;
    }

.g-tit .split {
    margin: 0 15px;
    height: 10px;
    width: 1px;
    display: inline-block;
    background-color: #c3c3c3;
}

.g-tit .tabitem.on {
    color: #333;
}

.orderTableHeader {
    list-style: none;
    margin-top: 20px;
    padding: 0;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    padding-left: 10px;
}

    .orderTableHeader li {
        float: left;
        text-align: center;
        padding: 10px 0;
        font-size: 12px;
    }

.order-item {
    border: 1px solid #afd9ff;
    margin-bottom: 10px;
}

.order-item-header {
    background-color: #eaf8ff;
    height: 42px;
    line-height: 42px;
    padding-left: 10px;
}

.order-item table {
    margin: 10px;
}

    .order-item table td {
        vertical-align: top;
    }

.orderbtn {
    background-color: #66b6ff;
    font-weight: bold;
    border: none;
    padding: 5px 8px;
}

.cart-item {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

    .cart-item table {
        margin: 10px;
    }

        .cart-item table td {
            vertical-align: top;
        }

.order-status {
    position: absolute;
    right: 80px;
    top: 20px;
    width: 300px;
    padding-top: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 12px;
    color: #999;
    padding-right: 10px;
    z-index: 99;
}

    .order-status .ok {
        color: green;
        font-weight: bold;
    }

    .order-status .offline {
        color: blue;
    }

    .order-status .tail {
        font-weight: normal;
        color: #999;
        float: right;
    }

        .order-status .tail:before {
            content: ' [ ';
        }

        .order-status .tail:after {
            content: ' ] ';
        }

.home-ad {
    background-color: #fff;
    border: 1px solid #e7e7eb;
    padding: 10px 20px;
    margin: -10px 20px 40px;
    color: #222;
}

.home-ad-ico {
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    color: #d5d5d5;
    margin-top: -0.2em;
}

.home-ad a {
    color: #222;
}

    .home-ad a:hover {
        text-decoration: underline;
    }

.twzp1 {
}

    .twzp1 td {
        padding: 0 6px 0 5px;
    }

        .twzp1 td:first-child {
            padding-left: 0;
        }

.imgitem img {
    cursor: pointer;
}

.user-top {
    border-bottom: 1px solid #dfdfdf;
    padding: 15px 0 15px 20px;
}

    .user-top dt {
        border: 1px solid #e1e1e1;
        float: left;
        padding: 2px;
        width: 54px;
        height: 54px;
        border-radius: 30px;
    }

        .user-top dt img {
            width: 100%;
            border-radius: 30px;
        }

    .user-top dd {
        margin-left: 13px;
        float: left;
        padding-top: 6px;
    }

    .user-top p {
        line-height: 24px;
        margin-bottom: 0;
    }

.dt-cjyt {
    list-style: none;
    padding: 0;
}

    .dt-cjyt li {
        float: left;
        margin-right: 50px;
        margin-bottom: 28px;
    }

.zxkf-lf {
    font-size: 16px;
    background: url(../images/zxkfbkg.png) no-repeat left center;
    height: 27px;
    line-height: 27px;
    margin-top: 10px;
}

.carte {
    float: left;
    width: 334px;
    height: 180px;
    font-family: 'Microsoft YaHei';
    background: url(../images/card_bkg.png) no-repeat left center;
    margin: 0 10px;
    padding: 17px 20px 0 25px;
    position: relative;
}

    .carte.top {
        background: url(../images/card_bkg2.png) no-repeat left center;
    }

    .carte .pname {
        font-size: 30px;
        margin-right: 8px;
    }

    .carte .ptouxian {
        color: #666;
        font-size: 12px;
        font-family: sans-serif;
        display: none;
    }

    .carte .pxingzuo {
        color: #666;
        font-size: 12px;
        font-family: sans-serif;
    }

    .carte .pqianming {
        font-size: 14px;
        color: #ff5a00;
        height: 30px;
        line-height: 30px;
    }

    .carte .qq {
        background: url(../images/qq_new.png) no-repeat left center;
        height: 30px;
        line-height: 30px;
        padding-left: 35px;
    }

    .carte .tel {
        background: url(../images/tel_new.png) no-repeat left center;
        height: 30px;
        line-height: 30px;
        padding-left: 35px;
    }

.weixin {
    position: absolute;
    height: 65px;
    width: 65px;
    background: url(../images/iconweixin.gif) no-repeat left center;
    z-index: 9;
    top: 0;
    right: -80px;
}

.weixin2wm {
    position: absolute;
    height: 200px;
    width: 200px;
    z-index: 10;
    left: -78px;
    top: 52px;
    display: none;
}

.weixin:hover .weixin2wm {
    display: block;
}

#cldz-welcome{
    background:url(../images/cldz_bg.png) no-repeat;
    position:relative;
    height:499px;
}
    #cldz-welcome a {
        position: absolute;
        top: 300px;
        left: 100px;
        background: url(../images/btn-cldz-normal.png) no-repeat;
        width:220px;
        height:63px;
    }
        #cldz-welcome a:hover {
            background: url(../images/btn-cldz-hover.png) no-repeat;
        }
#cldz-fqa {
    background: url(../images/cldz_bg2.png) no-repeat;
    height: 876px;
}